projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1965a6
)
Add M-q fill-paragraph-or-region.
author
Juri Linkov
<juri@jurta.org>
Sat, 6 Oct 2007 22:27:50 +0000
(22:27 +0000)
committer
Juri Linkov
<juri@jurta.org>
Sat, 6 Oct 2007 22:27:50 +0000
(22:27 +0000)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index f2a9db367cd4242714e5a49cd4365b3d8c1f8136..5de5c3b41fc8591fecc5575d71c97b462939e18c 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-113,6
+113,11
@@
following arguments.
\f
* Editing Changes in Emacs 23.1
++++
+** M-q now fills the region if the region is active and
+`transient-mark-mode' is turned on. Otherwise, it fills the current
+paragraph. The new command bound to M-q is `fill-paragraph-or-region'.
+
** TAB now indents the region if the region is active and
`transient-mark-mode' is turned on.